-
Notifications
You must be signed in to change notification settings - Fork 556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: fix gentx parser into the cosmosutil package #4402
Conversation
…ator Address in MsgCreateValidator is deprecated
* Fix gentx parser into the cosmosutil package because the use of Delegator Address in MsgCreateValidator is deprecated * add changelog (cherry picked from commit bf2539d) # Conflicts: # ignite/pkg/cosmosutil/gentx.go
How come this required test failed and this got merged: https://github.com/ignite/cli/actions/runs/11748957708/job/32734166739#step:4:1 |
This reverts commit bf2539d.
seems the test fail because race condition, not because the changes |
that's why, as I cannot reproduce it without it, but maybe it is flaky indeed. 🤷🏾♂️ |
Fix gentx parser into the cosmosutil package because the use of Delegator Address in MsgCreateValidator is deprecated
https://github.com/cosmos/cosmos-sdk/blob/8bfcf554275c1efbb42666cc8510d2da139b67fa/proto/cosmos/staking/v1beta1/tx.proto#L66-L69